home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / NDK / NDK_1.3 / Read-Me1.3 / Workbench1.3 / Prefs1.3 < prev   
Encoding:
Text File  |  1988-02-11  |  7.1 KB  |  168 lines

  1.  
  2.                            1.3 Preferences
  3.                            ===============
  4.                            by  Eric Cotton
  5.  
  6.  
  7. The new Preferences program has a number of additions to support new features
  8. of the V1.3 release, including extended printer support.  Changes from V1.2
  9. Preferences are as follows:
  10.  
  11.  
  12.   Main Screen
  13.  
  14.     o    Selecting Save or Use automatically updates the battery backed up
  15.     clock with the new date and time.
  16.  
  17.     o    The CLI On/Off option has been eliminated.  Henceforth, the icon for
  18.     the Command Line Interface (CLI) will always appear in the System
  19.     drawer (unless deleted by the user).
  20.  
  21.  
  22.   Printer Screen 1
  23.  
  24.     o    The Graphic Select gadget has been replaced by two new gadgets:
  25.     Graphic 1 and Graphic 2.
  26.  
  27.     o    The new Graphic 1 gadget is equivalent the the V1.2 Graphic Select
  28.     gadget and is used to request the first of two printer graphic
  29.     Preferences screens.
  30.  
  31.  
  32.   Printer Screen 2 (Graphic 1)
  33.  
  34.     o    The Printer Screen 2 is selected by clicking on the Graphic 1 gadget
  35.     in Printer Screen 1.
  36.  
  37.     o    There is a new Print Shade selection: Gray Scale2.  This shade is for
  38.     printing pictures designed using the *Hedley Monitor* (when only
  39.     seven shades of gray are available).
  40.  
  41.  
  42.   Printer Screen 3 (Graphic 2)
  43.  
  44.     This is a totally new Preferences screen to allow for extended printer
  45.     graphics support.  The various gadgets are as follows:
  46.  
  47.     o    Antialiasing ON/OFF - Antialiasing (when ON) attempts to smooth
  48.     diagonal lines.  This option is best suited for use with programs that
  49.     do graphic dumps of text (like ProWrite, PageSetter, CityDesk,
  50.     Publisher 1000, NotePad, etc.).  Note that this option automatically
  51.     turns off Floyd-Steinberg dithering (and selects Ordered dithering)
  52.     as they can not be used in conjunction with each other.
  53.  
  54.     o    Left Offset - The printed picture is offset horizontally in increments
  55.     of tenths of an inch.  The 'Center Image' option (below) disables this
  56.     option.
  57.  
  58.     o    Center ON/OFF - This turns on/off horizontal centering of the picture
  59.     on the paper.  This option overrides the Left Offset value.
  60.  
  61.     o    Density 1 through 7 - This is used to override any density an
  62.     application program has selected and thus ensure a certain density.
  63.     The lower the density the faster the print time (on those printers
  64.     with multiple densities).
  65.  
  66.     o    Color Correction R/G/B - This option selectively tries to match all
  67.     shades of either red (R), green (G), or blue (B) from the screen
  68.     to the printer.  Initially the printer device can print all the 4096
  69.     colors of the AMIGA on a printer.  However, as color correction is
  70.     applied the total number of printed colors is reduced to a low of 3172.
  71.     To see the effect of this option, print out a picture with solid red,
  72.     green, and blue shades twice;  first with this option on, and then with
  73.     it off.  Now compare the two pictures with the screen display.  The
  74.     results should be obvious.
  75.  
  76.     o    Dithering Ordered/Halftone/F-S
  77.  
  78.     Ordered - Color intensities on the printer are formed using an
  79.       'ordered' dither method.  This is the default.
  80.  
  81.     Halftone - Color intensities on the printer are formed using a
  82.       'halftone' dither method.  This technique is similar to the one
  83.       used in newspapers and comic books and works best on high density
  84.       printers (greater than 150 dots/inch).
  85.  
  86.     F/S - Color intensities on the printer are formed using the
  87.       'Floyd-Steinberg' error distribution method.  Note that selecting
  88.       this option automatically turns off Antialiasing as they can not
  89.       be used in conjunction with each other.
  90.  
  91.     o    Scaling Fraction/Integer
  92.  
  93.     Fraction - Performs normal scaling.  This is the default.
  94.  
  95.     Integer  - every dot on the screen is guaranteed to appear as an even
  96.       number of dots on the printer both in the x and y dimension.  Ie. if
  97.       the source picture is 320 x 200, the printed picture width will be
  98.       either 320, 640, 960, etc. dots wide and 200, 400, 600, etc. dots
  99.       high.  SELECT THIS OPTION WHEN TRYING TO PRINT A PICTURE THAT
  100.       CONTAINS THIN VERTICAL AND HORIZONTAL LINES (LIKE A GRID).  The
  101.       actual size of the printed picture will be the size asked for scaled
  102.       up/down to the nearest multiple of the width and height of the
  103.       picture.  Integer scaling will completely override the aspecting
  104.       feature of the printer device.  Ie. it is possible to get a
  105.       slightly distorted (non-aspect ratio correct) picture.  This option
  106.       is also usefull if you are printing out bit-image text (like in
  107.       notepad) as the fonts will not be distorted due to fractional scaling.
  108.  
  109.     o Width Limit - This selection limits the width of the printed picture in
  110.     tenths / inch.
  111.  
  112.     o Height Limit - This limits the height of the printed picture in
  113.     tenths / inch.
  114.  
  115.     o <- Limits  - This gadget determines how the above Width and Height
  116.     limits are to be interpreted as follows:
  117.  
  118.     Ignore - The limits are to be IGNORED.  The printed picture's size is
  119.       bounded by:
  120.  
  121.       width =  (right margin - left margin + 1) / characters per inch.
  122.       height = lines per page / lines per inch.
  123.  
  124.       This option is included to remain compatible with pre V1.3 software
  125.       and is the default.
  126.  
  127.     Bounded - The printed picture's size is bounded by Width Limit and
  128.       Height Limit.  Ie. if you want the printed picture to be no bigger
  129.       than 4 x 5 (but it could be smaller), set MaxWidth to 40, MaxHeight
  130.       to 50, and select Bounded.  This option is here so that the text
  131.       settings (margins, lines per page, etc.) need not be changed
  132.       everytime a graphic print is made.
  133.  
  134.     ABSOLUTE - Width Limit and Height Limit are taken to be absolute values.
  135.       The printed picture's size is no longer bounded.  Rather, it will
  136.       be the absolute size specified.  For example, if you want the
  137.       printed picture to be exactly 4.0 x 5.0 inches,  set MaxWidth to 40,
  138.       Width Limit to 50, and select Absolute.  This will completely
  139.       override the aspecting feature of the printer device.  Thus it is
  140.       possible to get a very distorted (non-aspect ratio correct) picture.
  141.       Setting one (but not both) of the dimensions to zero aspect ratio
  142.       corrects that dimension.  Ie. if Width Limit is set to 40 and Height
  143.       Limit to 0, then the printed picture will be 4.0 inches wide and as
  144.       tall as it needs to be in order to be aspect ratio correct.  If both
  145.       of the dimensions are zero then the printed picture will be the
  146.       printer's maximum dots wide and as tall as it needs to be in order to
  147.       be aspect ratio correct.
  148.  
  149.     Pixels - Width Limit and Height Limit are taken to be absolute values in
  150.       printer pixels and not tenths of an inch.  Otherwise, the same rules
  151.       for the Absolute selection (Width Limit = 0 and Height Limit = 0)
  152.       apply here.
  153.  
  154.     Multiply - Width Limit and Height Limit are used to multiply the
  155.       source picture's width and height.  Ie., if you specified a Width
  156.       Limit    of 2 and a Height Limit of 4, the printed picture would be
  157.       two times the    source picture's width pixels wide and 4x the source
  158.       picture's height pixels high.  Thus if the source picture were
  159.       320 x 200, the printed picture would be 640 (320 x 2) pixels wide
  160.       and 800 (200 x 4) pixels high.  The same rules for the Absolute
  161.       scaling (Width Limit = 0 and Height Limit = 0) apply.  Also, the
  162.       benefits that apply to Integer scaling are valid here.
  163.  
  164.  
  165.  
  166.  
  167.  
  168.